home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / SpaceEscape •••• / SpaceEscape ееее / card_7094.txt < prev    next >
Text File  |  1990-10-02  |  6KB  |  283 lines

  1. -- card: 7094 from stack: in
  2. -- bmap block id: 53756
  3. -- flags: 4000
  4. -- background id: 2669
  5. -- name: cell3
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global inventory
  9.   if inventory contains "tray" then
  10.     put "   You are in your cell.  The door is open." into field "info"
  11.   else
  12.     put "   You are in your cell.  The door is open and there is a tray"& " of something somewhat, but not quite, similar to food." into field "info"
  13.   end if
  14.   global trayhide
  15.   if trayhide is "yes" then show card field "trayhide"
  16.   else hide card field "trayhide"
  17.   pass opencard
  18. end opencard
  19.  
  20.  
  21. -- part 4 (button)
  22. -- low flags: 00
  23. -- high flags: 0000
  24. -- rect: left=360 top=113 right=197 bottom=401
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: 
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   global objectname
  36.   put "open door" into objectname
  37.   visual effect zoom open
  38.   go to card "open door"
  39. end mouseUp
  40.  
  41.  
  42.  
  43. -- part 5 (button)
  44. -- low flags: 00
  45. -- high flags: 0000
  46. -- rect: left=254 top=202 right=221 bottom=295
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: tray
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   global objectname
  58.   put "tray of food" into objectname
  59.   visual effect zoom open
  60.   go to card "tray of food"
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 21 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=196 top=181 right=203 bottom=210
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: bunk
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   global objectname
  80.   put "bunk" into objectname
  81.   visual effect zoom open
  82.   go to card "bunk"
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 24 (field)
  88. -- low flags: 81
  89. -- high flags: 0001
  90. -- rect: left=250 top=201 right=224 bottom=297
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 0
  94. -- font id: 3
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: trayhide
  99.  
  100.  
  101. -- part 25 (button)
  102. -- low flags: 00
  103. -- high flags: 0000
  104. -- rect: left=210 top=168 right=190 bottom=224
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: bunk
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   global objectname
  116.   put "bunk" into objectname
  117.   visual effect zoom open
  118.   go to card "bunk"
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 26 (button)
  124. -- low flags: 00
  125. -- high flags: 0000
  126. -- rect: left=223 top=159 right=181 bottom=237
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: bunk
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   global objectname
  138.   put "bunk" into objectname
  139.   visual effect zoom open
  140.   go to card "bunk"
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 27 (button)
  146. -- low flags: 00
  147. -- high flags: 0000
  148. -- rect: left=237 top=159 right=171 bottom=249
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 0 / 0
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: bunk
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   global objectname
  160.   put "bunk" into objectname
  161.   visual effect zoom open
  162.   go to card "bunk"
  163. end mouseUp
  164.  
  165.  
  166.  
  167. -- part 28 (button)
  168. -- low flags: 00
  169. -- high flags: 0000
  170. -- rect: left=211 top=157 right=169 bottom=223
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: bunk
  179. ----- HyperTalk script -----
  180. on mouseUp
  181.   global objectname
  182.   put "bunk" into objectname
  183.   visual effect zoom open
  184.   go to card "bunk"
  185. end mouseUp
  186.  
  187.  
  188.  
  189. -- part 29 (button)
  190. -- low flags: 00
  191. -- high flags: 0000
  192. -- rect: left=198 top=169 right=181 bottom=210
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 0 / 0
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: bunk
  201. ----- HyperTalk script -----
  202. on mouseUp
  203.   global objectname
  204.   put "bunk" into objectname
  205.   visual effect zoom open
  206.   go to card "bunk"
  207. end mouseUp
  208.  
  209.  
  210.  
  211. -- part 30 (button)
  212. -- low flags: 00
  213. -- high flags: 0000
  214. -- rect: left=184 top=185 right=204 bottom=196
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 0 / 0
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: bunk
  223. ----- HyperTalk script -----
  224. on mouseUp
  225.   global objectname
  226.   put "bunk" into objectname
  227.   visual effect zoom open
  228.   go to card "bunk"
  229. end mouseUp
  230.  
  231.  
  232.  
  233. -- part 31 (button)
  234. -- low flags: 00
  235. -- high flags: 0000
  236. -- rect: left=174 top=194 right=206 bottom=186
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 0 / 0
  239. -- text alignment: 1
  240. -- font id: 0
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: bunk
  245. ----- HyperTalk script -----
  246. on mouseUp
  247.   global objectname
  248.   put "bunk" into objectname
  249.   visual effect zoom open
  250.   go to card "bunk"
  251. end mouseUp
  252.  
  253.  
  254.  
  255. -- part 33 (button)
  256. -- low flags: 00
  257. -- high flags: 0000
  258. -- rect: left=210 top=189 right=201 bottom=222
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 0 / 0
  261. -- text alignment: 1
  262. -- font id: 0
  263. -- text size: 12
  264. -- style flags: 0
  265. -- line height: 16
  266. -- part name: bunk
  267. ----- HyperTalk script -----
  268. on mouseUp
  269.   global objectname
  270.   put "bunk" into objectname
  271.   visual effect zoom open
  272.   go to card "bunk"
  273. end mouseUp
  274.  
  275.  
  276.  
  277. -- part contents for background part 6
  278. ----- text -----
  279.    You are in your cell.  The door is open and there is a tray of something somewhat, but not quite, similar to food.
  280.  
  281. -- part contents for background part 18
  282. ----- text -----
  283. Cell